C#
VB
C++
Initializes a new instance of the LeadCollection<T> class that contains items copied from the specified list and that has the same initial capacity as the number of items copied.
public LeadCollection<T>(
List<T> list
)
Public Function New( _
ByVal list As List(Of T) _
)
public:
LeadCollection<T>(
List<T^>^ list
)
list
The list whose items are copied into this collection.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET